Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

drop_while

list.drop_while

Lazily drop the first elements of a list for which predicate 'p' holds.
Postcondition
Inherited from Sequence.drop_while
post
  analysis: result ∀ (x -> !(p x))
  analysis: {
    n := nth result.count
    !n || p n.or_panic
  }
0.099dev (GIT hash b1deb53ea59d242ca63abcbb5d9cf5130d902560)
last changed: 2026-08-20